home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / TCHECK10.ARJ / INSTALLC.BAT < prev    next >
DOS Batch File  |  1991-10-14  |  804b  |  31 lines

  1. echo off
  2. C:
  3. md\TBCHECK
  4. a:
  5. copy . C:\TBCHECK
  6. cls
  7. Echo                    Turbo Check has been copyed to drive C:
  8. Echo                    To run Turbo Check type the following
  9. Echo                    from the C: drive.
  10. Echo.
  11. Echo                              CD\TBCHECK
  12. Echo                              CHECK
  13. Echo.
  14. Echo                    To find out more about Turbo Check read
  15. Echo                    TBCHECK.DOC or to print the documentation
  16. echo                    type the following from the TBCHECK directory.
  17. echo.
  18. Echo                            Copy TBCHECK.DOC prn         
  19. Echo.
  20. Echo.                                
  21. Echo.
  22. Echo                    You may press any key to start Turbo Check
  23. Echo                    now.   
  24. echo.
  25. echo.
  26. pause
  27. C:
  28. cd\tbcheck
  29. check
  30. cd\
  31.